home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global cycle, userNo
- cursor(4)
- if the doubleClick then
- exit
- end if
- put 1 into field "begin number"
- put getAt(cycleNo, userNo) into field "end number"
- set the hilite of member "monthly" to 1
- set the hilite of member "daily" to 0
- set the hilite of member "biodata" to 0
- set the hilite of member "current monthly" to 1
- set the hilite of member "previous monthly" to 0
- go("print options monthly")
- cursor(0)
- end
-